

py -3.14 -m pip list			## pip list of all the install packages on ver 3.14

py -3.14 -m pip install			## pip install for ver 3.14

py --list				## list of all the Python installations

python.exe -m pip install packagename	## Pip install for package

Usage:pip <command> [options]Commands:
install      Install packages.
download     Download packages.
uninstall    Uninstall packages.
freeze       Output installed packages in requirements format.
list         List installed packages.
show         Show information about installed packages.
check        Verify installed packages have compatible dependencies.
config       Manage local and global configuration.
search       Search PyPI for packages.
cache        Inspect and manage pip's wheel cache.
wheel        Build wheels from your requirements.
hash         Compute hashes of package archives.
completion   A helper command used for command completion.
debug        Show information useful for debugging.
help         Show help for commands.